inherited FtpProfileManagerDialog: TFtpProfileManagerDialog Left = 237 Top = 218 HelpType = htKeyword HelpKeyword = 'Managing_FTP_Profiles' BorderIcons = [biSystemMenu, biHelp] Caption = 'FTP Profiles' ClientHeight = 513 ClientWidth = 625 OnActivate = FormActivate OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object LB: TUiListBox Left = 8 Top = 8 Width = 265 Height = 369 ItemHeight = 13 PopupMenu = ListPopup TabOrder = 0 OnClick = LBClick end object NewBtn: TUiButton Left = 8 Top = 384 Caption = '&New' TabOrder = 1 OnClick = NewClick AutoSize = asLeft end object DeleteBtn: TUiButton Left = 88 Top = 384 Caption = '&Delete' TabOrder = 2 OnClick = DeleteClick AutoSize = asLeft end inline EditFrame: TFtpProfileFrame Left = 288 Top = 8 Width = 329 Height = 426 TabOrder = 3 end object EditSaveBtn: TUiButton Left = 464 Top = 440 Caption = 'Save' TabOrder = 4 OnClick = EditSaveClick AutoSize = asRight end object EditCancelBtn: TUiButton Left = 544 Top = 440 Caption = 'Cancel' TabOrder = 5 OnClick = EditCancelClick AutoSize = asRight end object BottomPanel: TUiPanel Left = 0 Top = 468 Width = 625 Height = 45 Align = alBottom BevelOuter = bvNone TabOrder = 6 object BottomBevel1: TUiBevel Left = 0 Top = 7 Width = 625 Height = 3 Align = alTop Shape = bsTopLine end object BottomBevel2: TUiBevel Left = 0 Top = 0 Width = 625 Height = 7 Align = alTop Shape = bsSpacer end object CloseBtn: TUiButton Left = 544 Top = 16 Cancel = True Caption = 'Close' Default = True ModalResult = 2 TabOrder = 0 AutoSize = asRight end end object ListPopup: TUiPopupMenu Left = 9 Top = 8 object NewItem: TUiMenuItem Caption = 'New' ShortCut = 45 OnClick = NewClick end object DeleteItem: TUiMenuItem Caption = 'Delete' ShortCut = 46 OnClick = DeleteClick end end end